'Declaration Public Overloads Overrides Function GetProperties( _
ByVal contextДескриптор типа, с помощью которого можно предоставить дополнительный контекст.As System.ComponentModel.ITypeDescriptorContext, _
ByVal valueЗначение объекта, для которого нужно получить свойства.As System.Object, _
ByVal attributesМассив объектов атрибутов, описывающих свойства.() As System.Attribute _
) As System.ComponentModel.PropertyDescriptorCollection
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(
System.ComponentModel.ITypeDescriptorContext context,
System.Object value,
System.Attribute[] attributes
)
public: System.ComponentModel.PropertyDescriptorCollection* GetProperties(
System.ComponentModel.ITypeDescriptorContext* context,
System.Object value,
System.Attribute*[]* attributes
); override
public:
System.ComponentModel.PropertyDescriptorCollection^ GetProperties(
System.ComponentModel.ITypeDescriptorContext^ context,
System.Object value,
array<System.Attribute^>^ attributes
); override
Parameters
- context
- Дескриптор типа, с помощью которого можно предоставить дополнительный контекст.
- value
- Значение объекта, для которого нужно получить свойства.
- attributes
- Массив объектов атрибутов, описывающих свойства.
Return Value
Набор свойств, которые должны быть предоставлены для этого типа данных.